[INFO] cloning repository https://github.com/snltd/aur-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/snltd/aur-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsnltd%2Faur-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsnltd%2Faur-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cbf67f144772270344b4620461c3e08a2de82a3b
[INFO] checking snltd/aur-rs against try#e622d8d7bed4f2668d446e06c6c1436ecae15796 for pr-156776
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsnltd%2Faur-rs" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/snltd/aur-rs
[INFO] finished tweaking git repo https://github.com/snltd/aur-rs
[INFO] tweaked toml for git repo https://github.com/snltd/aur-rs written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/snltd/aur-rs on toolchain e622d8d7bed4f2668d446e06c6c1436ecae15796
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e622d8d7bed4f2668d446e06c6c1436ecae15796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/snltd/aur-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e622d8d7bed4f2668d446e06c6c1436ecae15796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+e622d8d7bed4f2668d446e06c6c1436ecae15796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6c4618346489af28335e2eef1c7ccfdcc78a2638ff7fc2216f31d752eb813b88
[INFO] running `Command { std: "docker" "start" "-a" "6c4618346489af28335e2eef1c7ccfdcc78a2638ff7fc2216f31d752eb813b88", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6c4618346489af28335e2eef1c7ccfdcc78a2638ff7fc2216f31d752eb813b88", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6c4618346489af28335e2eef1c7ccfdcc78a2638ff7fc2216f31d752eb813b88", kill_on_drop: false }`
[INFO] [stdout] 6c4618346489af28335e2eef1c7ccfdcc78a2638ff7fc2216f31d752eb813b88
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+e622d8d7bed4f2668d446e06c6c1436ecae15796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8d44aa9fb6b99fcd3a8a857b5cbdfcf260134c88d6dc64a6b1170113db79605b
[INFO] running `Command { std: "docker" "start" "-a" "8d44aa9fb6b99fcd3a8a857b5cbdfcf260134c88d6dc64a6b1170113db79605b", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking as-slice v0.2.1
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling camino v1.2.2
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling av-scenechange v0.14.1
[INFO] [stderr]    Compiling built v0.8.1
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]     Checking no_std_io2 v0.9.4
[INFO] [stderr]    Compiling profiling-procmacros v1.0.18
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling pastey v0.1.1
[INFO] [stderr]     Checking aligned v0.4.3
[INFO] [stderr]     Checking y4m v0.8.0
[INFO] [stderr]     Checking bitstream-io v4.10.0
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking profiling v1.0.18
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]    Compiling noop_proc_macro v0.3.0
[INFO] [stderr]     Checking zune-core v0.5.1
[INFO] [stderr]     Checking imgref v1.12.1
[INFO] [stderr]     Checking weezl v0.1.12
[INFO] [stderr]     Checking new_debug_unreachable v1.0.6
[INFO] [stderr]     Checking equator v0.4.2
[INFO] [stderr]     Checking zune-jpeg v0.5.15
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]     Checking avif-serialize v0.8.9
[INFO] [stderr]     Checking aligned-vec v0.6.4
[INFO] [stderr]     Checking loop9 v0.1.5
[INFO] [stderr]    Compiling rav1e v0.8.1
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking v_frame v0.3.9
[INFO] [stderr]     Checking fax v0.2.7
[INFO] [stderr]     Checking lebe v0.5.3
[INFO] [stderr]     Checking bit_field v0.10.3
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking rgb v0.8.53
[INFO] [stderr]     Checking image-webp v0.2.4
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]     Checking gif v0.14.2
[INFO] [stderr]     Checking papergrid v0.17.0
[INFO] [stderr]    Compiling tabled_derive v0.11.0
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking serde_spanned v1.1.1
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking zerocopy v0.8.48
[INFO] [stderr]     Checking toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking testing_table v0.3.0
[INFO] [stderr]     Checking console v0.16.3
[INFO] [stderr]     Checking predicates-core v1.0.10
[INFO] [stderr]     Checking metaflac v0.2.8
[INFO] [stderr]     Checking toml v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking terminal_size v0.4.4
[INFO] [stderr]     Checking float-cmp v0.10.0
[INFO] [stderr]     Checking id3 v1.16.4
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]     Checking pathdiff v0.2.3
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking difflib v0.4.0
[INFO] [stderr]     Checking mp3-metadata v0.4.0
[INFO] [stderr]     Checking indicatif v0.18.4
[INFO] [stderr]     Checking termtree v0.5.1
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking normalize-line-endings v0.3.0
[INFO] [stderr]     Checking colored v3.1.1
[INFO] [stderr]    Compiling assert_cmd v2.2.2
[INFO] [stderr]     Checking unidecode v0.3.0
[INFO] [stderr]     Checking predicates v3.1.4
[INFO] [stderr]     Checking predicates-tree v1.0.13
[INFO] [stderr]     Checking camino-tempfile v1.4.1
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking assert_unordered v0.3.5
[INFO] [stderr]     Checking tabled v0.20.0
[INFO] [stderr]     Checking glob v0.3.3
[INFO] [stderr]     Checking globset v0.4.18
[INFO] [stdout] error[E0521]: borrowed data escapes outside of associated function
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/id3-1.16.4/src/tcon.rs:13:34
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl<'a> Parser<'a> {
[INFO] [stdout]    |      -- lifetime `'a` defined here
[INFO] [stdout] 11 |     pub fn parse_tcon(s: &'a str) -> Cow<'a, str> {
[INFO] [stdout]    |                       - `s` is a reference that is only valid in the associated function body
[INFO] [stdout] 12 |         let mut parser = Parser(s);
[INFO] [stdout] 13 |         let v1_genre_ids = match parser.one_or_more(&Self::content_type) {
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                                  |
[INFO] [stdout]    |                                  `s` escapes the associated function body here
[INFO] [stdout]    |                                  argument requires that `'a` must outlive `'static`
[INFO] [stdout]    |
[INFO] [stdout]    = note: requirement occurs because of a mutable reference to `tcon::Parser<'_>`
[INFO] [stdout]    = note: mutable references are invariant over their type parameter
[INFO] [stdout]    = help: see <https://doc.rust-lang.org/nomicon/subtyping.html> for more information about variance
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0521]: borrowed data escapes outside of method
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/id3-1.16.4/src/tcon.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |   impl<'a> Parser<'a> {
[INFO] [stdout]    |        -- lifetime `'a` defined here
[INFO] [stdout] ...
[INFO] [stdout] 23 |       fn content_type(&mut self) -> Result<String, ()> {
[INFO] [stdout]    |                       --------- `self` is a reference that is only valid in the method body
[INFO] [stdout] 24 | /         self.first_of([
[INFO] [stdout] 25 | |             &Self::id3v24_numeric_field,
[INFO] [stdout] 26 | |             &Self::escaped_content_type,
[INFO] [stdout] 27 | |             &Self::v1_content_type,
[INFO] [stdout] 28 | |         ])
[INFO] [stdout]    | |          ^
[INFO] [stdout]    | |          |
[INFO] [stdout]    | |__________`self` escapes the method body here
[INFO] [stdout]    |            argument requires that `'a` must outlive `'static`
[INFO] [stdout]    |
[INFO] [stdout]    = note: requirement occurs because of a mutable reference to `tcon::Parser<'_>`
[INFO] [stdout]    = note: mutable references are invariant over their type parameter
[INFO] [stdout]    = help: see <https://doc.rust-lang.org/nomicon/subtyping.html> for more information about variance
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0521`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `id3` (lib) due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "8d44aa9fb6b99fcd3a8a857b5cbdfcf260134c88d6dc64a6b1170113db79605b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8d44aa9fb6b99fcd3a8a857b5cbdfcf260134c88d6dc64a6b1170113db79605b", kill_on_drop: false }`
[INFO] [stdout] 8d44aa9fb6b99fcd3a8a857b5cbdfcf260134c88d6dc64a6b1170113db79605b
